GetPdfEnum<T>(IPdfDict,PdfName,Nullable<T>) Method
Gets the nullable
GrapeCity.Documents.Pdf.PdfEnum<TEnum> value associated with the specified key. If the value does not exist returns (which can be null).
'Declaration
Public Overloads Shared Function GetPdfEnum(Of As {New, Struct})( _
ByVal As IPdfDict, _
ByVal As PdfName, _
ByVal As System.Nullable(Of T) _
) As System.Nullable(Of PdfEnum(Of T))
public static System.Nullable<PdfEnum<T>> GetPdfEnum<>(
IPdfDict ,
PdfName ,
System.Nullable<T>
)
where T: new(), struct
Parameters
- dict
- The current dictionary.
- key
- The key identifying the value.
- defValue
- The default value.
Type Parameters
- T
Return Value
The value associated with the specified key, or .